home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / fs-7000.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-07-08  |  56.8 KB  |  1,458 lines

  1. *PPD-Adobe: "4.3"
  2. *%=============================================================================
  3. *%
  4. *%  PPD file for FS-7000 (European English)
  5. *%
  6. *%  Copyright (C) 1993-1999 Kyocera Technology Development Inc.
  7. *%  All Rights Reserved
  8. *%
  9. *%  Permission is granted for redistribution of this file as long as this
  10. *%  copyright notice is intact and the contents of the file are not altered
  11. *%  in any way from their original form.
  12. *%
  13. *%  Contents of this file are automatically generated with the PPDGEN utility 
  14. *%
  15. *%=============================================================================
  16.  
  17. *FileVersion: "1.5.2"
  18. *FormatVersion: "4.3"
  19. *LanguageEncoding: ISOLatin1
  20. *LanguageVersion: English
  21. *Product: "(FS-7000)"
  22. *PSVersion: "(2014.108) 1"
  23. *Manufacturer: "Kyocera"
  24. *ModelName: "Kyocera FS-7000 (KPDL-2)"
  25. *ShortNickName: "Kyocera FS-7000 (KPDL-2)"
  26. *NickName: "Kyocera FS-7000 (KPDL-2)"
  27. *PCFileName: "FS-7000.PPD"
  28.  
  29. *% Basic Device Capabilities
  30. *LanguageLevel: "2"
  31. *ColorDevice: False
  32. *DefaultColorSpace: Gray
  33. *TTRasterizer: Type42
  34. *?TTRasterizer: "
  35.  save
  36.    42 /FontType resourcestatus
  37.    { pop pop (Type42) }{ pop pop (None) } ifelse = flush
  38.  restore"
  39. *End
  40. *FreeVM: "534000"
  41. *Throughput: "28"
  42.  
  43. *% Extensions
  44. *FileSystem: True
  45. *?FileSystem: "
  46.   save false
  47.    (%disk%)
  48.    { currentdevparams dup /Writeable known
  49.      { /Writeable get { pop true } if }{ pop } ifelse
  50.    } 100 string /IODevice resourceforall
  51.    { (True)}{(False)} ifelse = flush
  52.   restore"
  53. *End
  54.  
  55. *% System Management
  56. *SuggestedJobTimeout: "0"
  57. *SuggestedManualFeedTimeout: "0"
  58. *SuggestedWaitTimeout: "120"
  59. *PrintPSErrors: True
  60.  
  61. *Password: "0"
  62.  
  63. *ExitServer: " count 0 eq { true }
  64.  { dup statusdict /checkpassword get exec not } ifelse
  65.  { (WARNING : Cannot perform the exitserver command.) =
  66.    (Password supplied is not valid.) =
  67.    (Please contact the author of this software.) = flush quit } if
  68.  serverdict /exitserver get exec"
  69. *End
  70.  
  71. *Reset: " count 0 eq { true }
  72.   { dup statusdict /checkpassword get exec not } ifelse
  73.   { (WARNING : Cannot perform the exitserver command.) =
  74.     (Password supplied is not valid.) =
  75.     (Please contact the author of this software.) = flush quit } if
  76.   serverdict /exitserver get exec
  77.   systemdict /quit get exec
  78.   (WARNING : Printer Reset Failed.) = flush"
  79. *End
  80.  
  81. *% Protocols 
  82. *Protocols: BCP PJL TBCP
  83.  
  84. *1284Modes Parallel: Compat Nibble ECP
  85. *1284DeviceID: "MFG:Kyocera:Model:Kyocera FS-7000;COMMAND SET: POSTSCRIPT,PJL,PCL"
  86.  
  87. *% JCL Information 
  88. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  89. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
  90. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  91.  
  92. *JCLOpenUI *JCLEconomode/EcoPrint: PickOne
  93. *DefaultJCLEconomode: Off
  94. *OrderDependency: 5 JCLSetup *JCLEconomode
  95. *JCLEconomode Off/Off: "@PJL SET ECONOMODE=OFF<0A>"
  96. *JCLEconomode On/On: "@PJL SET ECONOMODE=ON<0A>"
  97. *JCLCloseUI: *JCLEconomode
  98.  
  99. *% Installable Options
  100. *OpenGroup: InstallableOptions/Installed Options
  101.  
  102. *% Optional Feeders
  103. *OpenUI *Opt01/Optional Feeder: PickOne
  104. *DefaultOpt01: None
  105. *Opt01 None/Not Installed: ""
  106. *Opt01 EF1/EF-1 Envelope Feeder: ""
  107. *Opt01 UF1/UF-1 Universal Feeder: ""
  108. *CloseUI: *Opt01
  109.  
  110. *% PF-30 Paper Feeders
  111. *OpenUI *Opt13/PF-30 Paper Feeders: PickOne
  112. *DefaultOpt13: One
  113. *Opt13 None/None: ""
  114. *Opt13 One/One (2 Cassettes): ""
  115. *Opt13 Two/Two (4 Cassettes): ""
  116. *Opt13 Three/Three (6 Cassettes): ""
  117. *?Opt13: "
  118.   save
  119.   currentpagedevice /InputAttributes get
  120.   dup 7 get null ne {(Three)} {
  121.     dup 5 get null ne {(Two)} {
  122.       dup 1 get null ne {(One)} {(None)} ifelse
  123.     } ifelse
  124.   } ifelse exch pop = flush
  125.   restore"
  126. *End
  127. *CloseUI: *Opt13
  128.  
  129. *% Duplex Unit
  130. *OpenUI *Opt16/Duplex Unit: Boolean
  131. *DefaultOpt16: False
  132. *Opt16 False/Not Installed: ""
  133. *Opt16 True/Installed: ""
  134. *?Opt16: "
  135.   save
  136.   currentpagedevice /Duplex known {(True)} {(False)} ifelse = flush
  137.   restore"
  138. *End
  139. *CloseUI: *Opt16
  140.  
  141. *% Output Device Options
  142. *OpenUI *Opt17/Output Device: PickOne
  143. *Opt17 None/Not Installed: ""
  144. *Opt17 SO30/SO-30 Bulk Sorter: ""
  145. *Opt17 ST30/ST-30 Bulk Stacker: ""
  146. *Opt17 DF30/DF-30 Document Finisher: ""
  147. *?Opt17: "
  148.   save
  149.   currentpagedevice /OutputAttributes get
  150.   dup 1 known {
  151.     1 get dup null ne {
  152.        /OutputType get
  153.       dup (SORTER) eq {(SO30)} {
  154.       dup (STACKER) eq {(ST30)} {
  155.       dup (STAPLER) eq {(DF30)} {
  156.     (None)
  157.       } ifelse
  158.       } ifelse
  159.       } ifelse
  160.     } {(None)} ifelse
  161.   } {(None)} ifelse
  162.   exch pop = flush
  163.   restore"
  164. *End
  165. *CloseUI: *Opt17
  166.  
  167. *% Hard Disk Drive
  168. *OpenUI *Opt18/Hard Disk Drive: Boolean
  169. *DefaultOpt18: False
  170. *Opt18 False/Not Installed: ""
  171. *Opt18 True/Installed: ""
  172. *?Opt18: "  save
  173.     false
  174.     (%disk?%)
  175.     { currentdevparams dup /Writeable known
  176.       { /Writeable get {pop true} if }{ pop } ifelse
  177.     } 100 string /IODevice resourceforall
  178.     {(True)}{(False)} ifelse = flush
  179.   restore"
  180. *End
  181. *CloseUI: *Opt18
  182.  
  183. *% Installed Memory
  184. *OpenUI *InstalledMemory/Memory: PickOne
  185. *DefaultInstalledMemory: 4MB
  186. *InstalledMemory 4MB/Standard: ""
  187. *InstalledMemory 8MB/4MB Upgrade: ""
  188. *InstalledMemory 12MB/8MB Upgrade: ""
  189. *InstalledMemory 16MB/12MB Upgrade: ""
  190. *InstalledMemory 20MB/16MB Upgrade: ""
  191. *InstalledMemory 24MB/20MB Upgrade: ""
  192. *InstalledMemory 28MB/24MB Upgrade: ""
  193. *InstalledMemory 36MB/32MB Upgrade: ""
  194. *InstalledMemory 40MB/36MB Upgrade: ""
  195. *InstalledMemory 44MB/40MB Upgrade: ""
  196. *InstalledMemory 52MB/48MB Upgrade: ""
  197. *InstalledMemory 68MB/64MB Upgrade: ""
  198. *?InstalledMemory: "
  199.   save
  200.   currentsystemparams /RamSize get
  201.   524288 div ceiling cvi 2 div cvi
  202.   /vmsize 20 string def
  203.   vmsize cvs print (MB) print (\n) print flush
  204.   restore"
  205. *End
  206. *CloseUI: *InstalledMemory
  207.  
  208. *CloseGroup: InstallableOptions
  209.  
  210. *% Virtual Memory 
  211. *VMOption 4MB: "2208000"
  212. *VMOption 8MB: "5568000"
  213. *VMOption 12MB: "8928000"
  214. *VMOption 16MB: "12288000"
  215. *VMOption 20MB: "15648000"
  216. *VMOption 24MB: "19008000"
  217. *VMOption 28MB: "22368000"
  218. *VMOption 36MB: "29088000"
  219. *VMOption 40MB: "32448000"
  220. *VMOption 44MB: "35808000"
  221. *VMOption 52MB: "42528000"
  222. *VMOption 68MB: "55968000"
  223.  
  224.  
  225. *% Constraints
  226. *% ===========
  227. *UIConstraints: *Opt01 None *InputSlot EF1
  228. *UIConstraints: *Opt01 None *InputSlot UF1
  229. *UIConstraints: *Opt01 EF1 *InputSlot UF1
  230. *UIConstraints: *Opt01 UF1 *InputSlot EF1
  231. *UIConstraints: *Opt13 One *InputSlot PF30C
  232. *UIConstraints: *Opt13 One *InputSlot PF30D
  233. *UIConstraints: *Opt13 One *InputSlot PF30E
  234. *UIConstraints: *Opt13 One *InputSlot PF30F
  235. *UIConstraints: *Opt13 Two *InputSlot PF30E
  236. *UIConstraints: *Opt13 Two *InputSlot PF30F
  237. *UIConstraints: *Opt16 False *Duplex DuplexTumble
  238. *UIConstraints: *Duplex DuplexTumble *Opt16 False
  239. *UIConstraints: *Opt16 False *Duplex DuplexNoTumble
  240. *UIConstraints: *Duplex DuplexNoTumble *Opt16 False
  241. *UIConstraints: *InputSlot EF1 *Duplex
  242. *UIConstraints: *Duplex *InputSlot EF1
  243. *UIConstraints: *InputSlot UF1 *Duplex
  244. *UIConstraints: *Duplex *InputSlot UF1
  245. *UIConstraints: *Opt18 False *KCCollate Temp
  246. *UIConstraints: *Opt18 False *KCCollate Perm
  247. *UIConstraints: *KCCollate None *KCBarcodeMode First
  248. *UIConstraints: *KCCollate None *KCBarcodeMode All
  249. *UIConstraints: *Opt17 None *KCStaple UpperLeft
  250. *UIConstraints: *Opt17 SO30 *KCStaple UpperLeft
  251. *UIConstraints: *Opt17 ST30 *KCStaple UpperLeft
  252. *UIConstraints: *Opt17 None *KCStaple Booklet
  253. *UIConstraints: *Opt17 SO30 *KCStaple Booklet
  254. *UIConstraints: *Opt17 ST30 *KCStaple Booklet
  255. *UIConstraints: *Opt17 ST30 *OutputBin FUSide
  256. *UIConstraints: *Opt17 DF30 *OutputBin FUSide
  257. *UIConstraints: *Opt17 None *OutputBin FUStacker
  258. *UIConstraints: *Opt17 None *OutputBin FDStacker
  259. *UIConstraints: *Opt17 None *OutputBin FDSorter
  260. *UIConstraints: *Opt17 ST30 *OutputBin FDSorter
  261. *UIConstraints: *Opt17 DF30 *OutputBin FDSorter
  262. *UIConstraints: *Opt17 None *OutputBin FDMB01
  263. *UIConstraints: *Opt17 None *OutputBin FDMB02
  264. *UIConstraints: *Opt17 None *OutputBin FDMB03
  265. *UIConstraints: *Opt17 ST30 *OutputBin FDMB01
  266. *UIConstraints: *Opt17 ST30 *OutputBin FDMB02
  267. *UIConstraints: *Opt17 ST30 *OutputBin FDMB03
  268. *UIConstraints: *Opt17 None *OutputBin FDMB04
  269. *UIConstraints: *Opt17 None *OutputBin FDMB05
  270. *UIConstraints: *Opt17 None *OutputBin FDMB06
  271. *UIConstraints: *Opt17 None *OutputBin FDMB07
  272. *UIConstraints: *Opt17 None *OutputBin FDMB08
  273. *UIConstraints: *Opt17 None *OutputBin FDMB09
  274. *UIConstraints: *Opt17 ST30 *OutputBin FDMB04
  275. *UIConstraints: *Opt17 ST30 *OutputBin FDMB05
  276. *UIConstraints: *Opt17 ST30 *OutputBin FDMB06
  277. *UIConstraints: *Opt17 ST30 *OutputBin FDMB07
  278. *UIConstraints: *Opt17 ST30 *OutputBin FDMB08
  279. *UIConstraints: *Opt17 ST30 *OutputBin FDMB09
  280. *UIConstraints: *Opt17 DF30 *OutputBin FDMB04
  281. *UIConstraints: *Opt17 DF30 *OutputBin FDMB05
  282. *UIConstraints: *Opt17 DF30 *OutputBin FDMB06
  283. *UIConstraints: *Opt17 DF30 *OutputBin FDMB07
  284. *UIConstraints: *Opt17 DF30 *OutputBin FDMB08
  285. *UIConstraints: *Opt17 DF30 *OutputBin FDMB09
  286. *UIConstraints: *KCJobOffset True *OutputBin FDTop
  287. *UIConstraints: *OutputBin FDTop *KCJobOffset True
  288. *UIConstraints: *KCJobOffset True *OutputBin FUSide
  289. *UIConstraints: *OutputBin FUSide *KCJobOffset True
  290. *UIConstraints: *KCJobOffset True *OutputBin FDSorter
  291. *UIConstraints: *OutputBin FDSorter *KCJobOffset True
  292. *UIConstraints: *OutputBin FDMB01 *KCJobOffset True
  293. *UIConstraints: *KCJobOffset True *OutputBin FDMB01
  294. *UIConstraints: *OutputBin FDMB02 *KCJobOffset True
  295. *UIConstraints: *KCJobOffset True *OutputBin FDMB02
  296. *UIConstraints: *OutputBin FDMB03 *KCJobOffset True
  297. *UIConstraints: *KCJobOffset True *OutputBin FDMB03
  298. *UIConstraints: *OutputBin FDMB04 *KCJobOffset True
  299. *UIConstraints: *KCJobOffset True *OutputBin FDMB04
  300. *UIConstraints: *OutputBin FDMB05 *KCJobOffset True
  301. *UIConstraints: *KCJobOffset True *OutputBin FDMB05
  302. *UIConstraints: *OutputBin FDMB06 *KCJobOffset True
  303. *UIConstraints: *KCJobOffset True *OutputBin FDMB06
  304. *UIConstraints: *OutputBin FDMB07 *KCJobOffset True
  305. *UIConstraints: *KCJobOffset True *OutputBin FDMB07
  306. *UIConstraints: *OutputBin FDMB08 *KCJobOffset True
  307. *UIConstraints: *KCJobOffset True *OutputBin FDMB08
  308. *UIConstraints: *OutputBin FDMB09 *KCJobOffset True
  309. *UIConstraints: *KCJobOffset True *OutputBin FDMB09
  310. *UIConstraints: *KCJobOffset True *KCStaple UpperLeft
  311. *UIConstraints: *KCStaple UpperLeft *KCJobOffset True
  312. *UIConstraints: *KCJobOffset True *KCStaple Booklet
  313. *UIConstraints: *KCStaple Booklet *KCJobOffset True
  314. *UIConstraints: *PageSize Letter *InputSlot EF1
  315. *UIConstraints: *PageRegion Letter *InputSlot EF1
  316. *UIConstraints: *InputSlot EF1 *PageSize Letter
  317. *UIConstraints: *InputSlot EF1 *PageRegion Letter
  318. *UIConstraints: *PageSize Legal *InputSlot EF1
  319. *UIConstraints: *PageRegion Legal *InputSlot EF1
  320. *UIConstraints: *InputSlot EF1 *PageSize Legal
  321. *UIConstraints: *InputSlot EF1 *PageRegion Legal
  322. *UIConstraints: *PageSize Executive *InputSlot EF1
  323. *UIConstraints: *PageRegion Executive *InputSlot EF1
  324. *UIConstraints: *InputSlot EF1 *PageSize Executive
  325. *UIConstraints: *InputSlot EF1 *PageRegion Executive
  326. *UIConstraints: *PageSize Tabloid *InputSlot EF1
  327. *UIConstraints: *PageRegion Tabloid *InputSlot EF1
  328. *UIConstraints: *InputSlot EF1 *PageSize Tabloid
  329. *UIConstraints: *InputSlot EF1 *PageRegion Tabloid
  330. *UIConstraints: *PageSize A3 *InputSlot EF1
  331. *UIConstraints: *PageRegion A3 *InputSlot EF1
  332. *UIConstraints: *InputSlot EF1 *PageSize A3
  333. *UIConstraints: *InputSlot EF1 *PageRegion A3
  334. *UIConstraints: *PageSize A4 *InputSlot EF1
  335. *UIConstraints: *PageRegion A4 *InputSlot EF1
  336. *UIConstraints: *InputSlot EF1 *PageSize A4
  337. *UIConstraints: *InputSlot EF1 *PageRegion A4
  338. *UIConstraints: *PageSize A5 *InputSlot EF1
  339. *UIConstraints: *PageRegion A5 *InputSlot EF1
  340. *UIConstraints: *InputSlot EF1 *PageSize A5
  341. *UIConstraints: *InputSlot EF1 *PageRegion A5
  342. *UIConstraints: *PageSize A6 *InputSlot EF1
  343. *UIConstraints: *PageRegion A6 *InputSlot EF1
  344. *UIConstraints: *InputSlot EF1 *PageSize A6
  345. *UIConstraints: *InputSlot EF1 *PageRegion A6
  346. *UIConstraints: *PageSize B4 *InputSlot EF1
  347. *UIConstraints: *PageRegion B4 *InputSlot EF1
  348. *UIConstraints: *InputSlot EF1 *PageSize B4
  349. *UIConstraints: *InputSlot EF1 *PageRegion B4
  350. *UIConstraints: *PageSize B5 *InputSlot EF1
  351. *UIConstraints: *PageRegion B5 *InputSlot EF1
  352. *UIConstraints: *InputSlot EF1 *PageSize B5
  353. *UIConstraints: *InputSlot EF1 *PageRegion B5
  354. *UIConstraints: *PageSize ISOB5 *InputSlot EF1
  355. *UIConstraints: *PageRegion ISOB5 *InputSlot EF1
  356. *UIConstraints: *InputSlot EF1 *PageSize ISOB5
  357. *UIConstraints: *InputSlot EF1 *PageRegion ISOB5
  358. *UIConstraints: *PageSize B6 *InputSlot EF1
  359. *UIConstraints: *PageRegion B6 *InputSlot EF1
  360. *UIConstraints: *InputSlot EF1 *PageSize B6
  361. *UIConstraints: *InputSlot EF1 *PageRegion B6
  362. *UIConstraints: *PageSize Legal *InputSlot UF1
  363. *UIConstraints: *PageRegion Legal *InputSlot UF1
  364. *UIConstraints: *InputSlot UF1 *PageSize Legal
  365. *UIConstraints: *InputSlot UF1 *PageRegion Legal
  366. *UIConstraints: *PageSize Tabloid *InputSlot UF1
  367. *UIConstraints: *PageRegion Tabloid *InputSlot UF1
  368. *UIConstraints: *InputSlot UF1 *PageSize Tabloid
  369. *UIConstraints: *InputSlot UF1 *PageRegion Tabloid
  370. *UIConstraints: *PageSize A3 *InputSlot UF1
  371. *UIConstraints: *PageRegion A3 *InputSlot UF1
  372. *UIConstraints: *InputSlot UF1 *PageSize A3
  373. *UIConstraints: *InputSlot UF1 *PageRegion A3
  374. *UIConstraints: *PageSize B4 *InputSlot UF1
  375. *UIConstraints: *PageRegion B4 *InputSlot UF1
  376. *UIConstraints: *InputSlot UF1 *PageSize B4
  377. *UIConstraints: *InputSlot UF1 *PageRegion B4
  378. *UIConstraints: *PageSize EnvPersonal *InputSlot UF1
  379. *UIConstraints: *PageRegion EnvPersonal *InputSlot UF1
  380. *UIConstraints: *InputSlot UF1 *PageSize EnvPersonal
  381. *UIConstraints: *InputSlot UF1 *PageRegion EnvPersonal
  382. *UIConstraints: *PageSize Env9 *InputSlot UF1
  383. *UIConstraints: *PageRegion Env9 *InputSlot UF1
  384. *UIConstraints: *InputSlot UF1 *PageSize Env9
  385. *UIConstraints: *InputSlot UF1 *PageRegion Env9
  386. *UIConstraints: *PageSize Env10 *InputSlot UF1
  387. *UIConstraints: *PageRegion Env10 *InputSlot UF1
  388. *UIConstraints: *InputSlot UF1 *PageSize Env10
  389. *UIConstraints: *InputSlot UF1 *PageRegion Env10
  390. *UIConstraints: *PageSize EnvMonarch *InputSlot UF1
  391. *UIConstraints: *PageRegion EnvMonarch *InputSlot UF1
  392. *UIConstraints: *InputSlot UF1 *PageSize EnvMonarch
  393. *UIConstraints: *InputSlot UF1 *PageRegion EnvMonarch
  394. *UIConstraints: *PageSize EnvDL *InputSlot UF1
  395. *UIConstraints: *PageRegion EnvDL *InputSlot UF1
  396. *UIConstraints: *InputSlot UF1 *PageSize EnvDL
  397. *UIConstraints: *InputSlot UF1 *PageRegion EnvDL
  398. *UIConstraints: *PageSize EnvC5 *InputSlot UF1
  399. *UIConstraints: *PageRegion EnvC5 *InputSlot UF1
  400. *UIConstraints: *InputSlot UF1 *PageSize EnvC5
  401. *UIConstraints: *InputSlot UF1 *PageRegion EnvC5
  402. *UIConstraints: *PageSize Executive *InputSlot PF30A
  403. *UIConstraints: *PageRegion Executive *InputSlot PF30A
  404. *UIConstraints: *InputSlot PF30A *PageSize Executive
  405. *UIConstraints: *InputSlot PF30A *PageRegion Executive
  406. *UIConstraints: *PageSize A6 *InputSlot PF30A
  407. *UIConstraints: *PageRegion A6 *InputSlot PF30A
  408. *UIConstraints: *InputSlot PF30A *PageSize A6
  409. *UIConstraints: *InputSlot PF30A *PageRegion A6
  410. *UIConstraints: *PageSize ISOB5 *InputSlot PF30A
  411. *UIConstraints: *PageRegion ISOB5 *InputSlot PF30A
  412. *UIConstraints: *InputSlot PF30A *PageSize ISOB5
  413. *UIConstraints: *InputSlot PF30A *PageRegion ISOB5
  414. *UIConstraints: *PageSize B6 *InputSlot PF30A
  415. *UIConstraints: *PageRegion B6 *InputSlot PF30A
  416. *UIConstraints: *InputSlot PF30A *PageSize B6
  417. *UIConstraints: *InputSlot PF30A *PageRegion B6
  418. *UIConstraints: *PageSize EnvPersonal *InputSlot PF30A
  419. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF30A
  420. *UIConstraints: *InputSlot PF30A *PageSize EnvPersonal
  421. *UIConstraints: *InputSlot PF30A *PageRegion EnvPersonal
  422. *UIConstraints: *PageSize Env9 *InputSlot PF30A
  423. *UIConstraints: *PageRegion Env9 *InputSlot PF30A
  424. *UIConstraints: *InputSlot PF30A *PageSize Env9
  425. *UIConstraints: *InputSlot PF30A *PageRegion Env9
  426. *UIConstraints: *PageSize Env10 *InputSlot PF30A
  427. *UIConstraints: *PageRegion Env10 *InputSlot PF30A
  428. *UIConstraints: *InputSlot PF30A *PageSize Env10
  429. *UIConstraints: *InputSlot PF30A *PageRegion Env10
  430. *UIConstraints: *PageSize EnvMonarch *InputSlot PF30A
  431. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF30A
  432. *UIConstraints: *InputSlot PF30A *PageSize EnvMonarch
  433. *UIConstraints: *InputSlot PF30A *PageRegion EnvMonarch
  434. *UIConstraints: *PageSize EnvDL *InputSlot PF30A
  435. *UIConstraints: *PageRegion EnvDL *InputSlot PF30A
  436. *UIConstraints: *InputSlot PF30A *PageSize EnvDL
  437. *UIConstraints: *InputSlot PF30A *PageRegion EnvDL
  438. *UIConstraints: *PageSize EnvC5 *InputSlot PF30A
  439. *UIConstraints: *PageRegion EnvC5 *InputSlot PF30A
  440. *UIConstraints: *InputSlot PF30A *PageSize EnvC5
  441. *UIConstraints: *InputSlot PF30A *PageRegion EnvC5
  442. *UIConstraints: *PageSize Executive *InputSlot PF30B
  443. *UIConstraints: *PageRegion Executive *InputSlot PF30B
  444. *UIConstraints: *InputSlot PF30B *PageSize Executive
  445. *UIConstraints: *InputSlot PF30B *PageRegion Executive
  446. *UIConstraints: *PageSize A6 *InputSlot PF30B
  447. *UIConstraints: *PageRegion A6 *InputSlot PF30B
  448. *UIConstraints: *InputSlot PF30B *PageSize A6
  449. *UIConstraints: *InputSlot PF30B *PageRegion A6
  450. *UIConstraints: *PageSize ISOB5 *InputSlot PF30B
  451. *UIConstraints: *PageRegion ISOB5 *InputSlot PF30B
  452. *UIConstraints: *InputSlot PF30B *PageSize ISOB5
  453. *UIConstraints: *InputSlot PF30B *PageRegion ISOB5
  454. *UIConstraints: *PageSize B6 *InputSlot PF30B
  455. *UIConstraints: *PageRegion B6 *InputSlot PF30B
  456. *UIConstraints: *InputSlot PF30B *PageSize B6
  457. *UIConstraints: *InputSlot PF30B *PageRegion B6
  458. *UIConstraints: *PageSize EnvPersonal *InputSlot PF30B
  459. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF30B
  460. *UIConstraints: *InputSlot PF30B *PageSize EnvPersonal
  461. *UIConstraints: *InputSlot PF30B *PageRegion EnvPersonal
  462. *UIConstraints: *PageSize Env9 *InputSlot PF30B
  463. *UIConstraints: *PageRegion Env9 *InputSlot PF30B
  464. *UIConstraints: *InputSlot PF30B *PageSize Env9
  465. *UIConstraints: *InputSlot PF30B *PageRegion Env9
  466. *UIConstraints: *PageSize Env10 *InputSlot PF30B
  467. *UIConstraints: *PageRegion Env10 *InputSlot PF30B
  468. *UIConstraints: *InputSlot PF30B *PageSize Env10
  469. *UIConstraints: *InputSlot PF30B *PageRegion Env10
  470. *UIConstraints: *PageSize EnvMonarch *InputSlot PF30B
  471. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF30B
  472. *UIConstraints: *InputSlot PF30B *PageSize EnvMonarch
  473. *UIConstraints: *InputSlot PF30B *PageRegion EnvMonarch
  474. *UIConstraints: *PageSize EnvDL *InputSlot PF30B
  475. *UIConstraints: *PageRegion EnvDL *InputSlot PF30B
  476. *UIConstraints: *InputSlot PF30B *PageSize EnvDL
  477. *UIConstraints: *InputSlot PF30B *PageRegion EnvDL
  478. *UIConstraints: *PageSize EnvC5 *InputSlot PF30B
  479. *UIConstraints: *PageRegion EnvC5 *InputSlot PF30B
  480. *UIConstraints: *InputSlot PF30B *PageSize EnvC5
  481. *UIConstraints: *InputSlot PF30B *PageRegion EnvC5
  482. *UIConstraints: *PageSize Executive *InputSlot PF30C
  483. *UIConstraints: *PageRegion Executive *InputSlot PF30C
  484. *UIConstraints: *InputSlot PF30C *PageSize Executive
  485. *UIConstraints: *InputSlot PF30C *PageRegion Executive
  486. *UIConstraints: *PageSize A6 *InputSlot PF30C
  487. *UIConstraints: *PageRegion A6 *InputSlot PF30C
  488. *UIConstraints: *InputSlot PF30C *PageSize A6
  489. *UIConstraints: *InputSlot PF30C *PageRegion A6
  490. *UIConstraints: *PageSize ISOB5 *InputSlot PF30C
  491. *UIConstraints: *PageRegion ISOB5 *InputSlot PF30C
  492. *UIConstraints: *InputSlot PF30C *PageSize ISOB5
  493. *UIConstraints: *InputSlot PF30C *PageRegion ISOB5
  494. *UIConstraints: *PageSize B6 *InputSlot PF30C
  495. *UIConstraints: *PageRegion B6 *InputSlot PF30C
  496. *UIConstraints: *InputSlot PF30C *PageSize B6
  497. *UIConstraints: *InputSlot PF30C *PageRegion B6
  498. *UIConstraints: *PageSize EnvPersonal *InputSlot PF30C
  499. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF30C
  500. *UIConstraints: *InputSlot PF30C *PageSize EnvPersonal
  501. *UIConstraints: *InputSlot PF30C *PageRegion EnvPersonal
  502. *UIConstraints: *PageSize Env9 *InputSlot PF30C
  503. *UIConstraints: *PageRegion Env9 *InputSlot PF30C
  504. *UIConstraints: *InputSlot PF30C *PageSize Env9
  505. *UIConstraints: *InputSlot PF30C *PageRegion Env9
  506. *UIConstraints: *PageSize Env10 *InputSlot PF30C
  507. *UIConstraints: *PageRegion Env10 *InputSlot PF30C
  508. *UIConstraints: *InputSlot PF30C *PageSize Env10
  509. *UIConstraints: *InputSlot PF30C *PageRegion Env10
  510. *UIConstraints: *PageSize EnvMonarch *InputSlot PF30C
  511. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF30C
  512. *UIConstraints: *InputSlot PF30C *PageSize EnvMonarch
  513. *UIConstraints: *InputSlot PF30C *PageRegion EnvMonarch
  514. *UIConstraints: *PageSize EnvDL *InputSlot PF30C
  515. *UIConstraints: *PageRegion EnvDL *InputSlot PF30C
  516. *UIConstraints: *InputSlot PF30C *PageSize EnvDL
  517. *UIConstraints: *InputSlot PF30C *PageRegion EnvDL
  518. *UIConstraints: *PageSize EnvC5 *InputSlot PF30C
  519. *UIConstraints: *PageRegion EnvC5 *InputSlot PF30C
  520. *UIConstraints: *InputSlot PF30C *PageSize EnvC5
  521. *UIConstraints: *InputSlot PF30C *PageRegion EnvC5
  522. *UIConstraints: *PageSize Executive *InputSlot PF30D
  523. *UIConstraints: *PageRegion Executive *InputSlot PF30D
  524. *UIConstraints: *InputSlot PF30D *PageSize Executive
  525. *UIConstraints: *InputSlot PF30D *PageRegion Executive
  526. *UIConstraints: *PageSize A6 *InputSlot PF30D
  527. *UIConstraints: *PageRegion A6 *InputSlot PF30D
  528. *UIConstraints: *InputSlot PF30D *PageSize A6
  529. *UIConstraints: *InputSlot PF30D *PageRegion A6
  530. *UIConstraints: *PageSize ISOB5 *InputSlot PF30D
  531. *UIConstraints: *PageRegion ISOB5 *InputSlot PF30D
  532. *UIConstraints: *InputSlot PF30D *PageSize ISOB5
  533. *UIConstraints: *InputSlot PF30D *PageRegion ISOB5
  534. *UIConstraints: *PageSize B6 *InputSlot PF30D
  535. *UIConstraints: *PageRegion B6 *InputSlot PF30D
  536. *UIConstraints: *InputSlot PF30D *PageSize B6
  537. *UIConstraints: *InputSlot PF30D *PageRegion B6
  538. *UIConstraints: *PageSize EnvPersonal *InputSlot PF30D
  539. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF30D
  540. *UIConstraints: *InputSlot PF30D *PageSize EnvPersonal
  541. *UIConstraints: *InputSlot PF30D *PageRegion EnvPersonal
  542. *UIConstraints: *PageSize Env9 *InputSlot PF30D
  543. *UIConstraints: *PageRegion Env9 *InputSlot PF30D
  544. *UIConstraints: *InputSlot PF30D *PageSize Env9
  545. *UIConstraints: *InputSlot PF30D *PageRegion Env9
  546. *UIConstraints: *PageSize Env10 *InputSlot PF30D
  547. *UIConstraints: *PageRegion Env10 *InputSlot PF30D
  548. *UIConstraints: *InputSlot PF30D *PageSize Env10
  549. *UIConstraints: *InputSlot PF30D *PageRegion Env10
  550. *UIConstraints: *PageSize EnvMonarch *InputSlot PF30D
  551. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF30D
  552. *UIConstraints: *InputSlot PF30D *PageSize EnvMonarch
  553. *UIConstraints: *InputSlot PF30D *PageRegion EnvMonarch
  554. *UIConstraints: *PageSize EnvDL *InputSlot PF30D
  555. *UIConstraints: *PageRegion EnvDL *InputSlot PF30D
  556. *UIConstraints: *InputSlot PF30D *PageSize EnvDL
  557. *UIConstraints: *InputSlot PF30D *PageRegion EnvDL
  558. *UIConstraints: *PageSize EnvC5 *InputSlot PF30D
  559. *UIConstraints: *PageRegion EnvC5 *InputSlot PF30D
  560. *UIConstraints: *InputSlot PF30D *PageSize EnvC5
  561. *UIConstraints: *InputSlot PF30D *PageRegion EnvC5
  562. *UIConstraints: *PageSize Executive *InputSlot PF30E
  563. *UIConstraints: *PageRegion Executive *InputSlot PF30E
  564. *UIConstraints: *InputSlot PF30E *PageSize Executive
  565. *UIConstraints: *InputSlot PF30E *PageRegion Executive
  566. *UIConstraints: *PageSize A6 *InputSlot PF30E
  567. *UIConstraints: *PageRegion A6 *InputSlot PF30E
  568. *UIConstraints: *InputSlot PF30E *PageSize A6
  569. *UIConstraints: *InputSlot PF30E *PageRegion A6
  570. *UIConstraints: *PageSize ISOB5 *InputSlot PF30E
  571. *UIConstraints: *PageRegion ISOB5 *InputSlot PF30E
  572. *UIConstraints: *InputSlot PF30E *PageSize ISOB5
  573. *UIConstraints: *InputSlot PF30E *PageRegion ISOB5
  574. *UIConstraints: *PageSize B6 *InputSlot PF30E
  575. *UIConstraints: *PageRegion B6 *InputSlot PF30E
  576. *UIConstraints: *InputSlot PF30E *PageSize B6
  577. *UIConstraints: *InputSlot PF30E *PageRegion B6
  578. *UIConstraints: *PageSize EnvPersonal *InputSlot PF30E
  579. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF30E
  580. *UIConstraints: *InputSlot PF30E *PageSize EnvPersonal
  581. *UIConstraints: *InputSlot PF30E *PageRegion EnvPersonal
  582. *UIConstraints: *PageSize Env9 *InputSlot PF30E
  583. *UIConstraints: *PageRegion Env9 *InputSlot PF30E
  584. *UIConstraints: *InputSlot PF30E *PageSize Env9
  585. *UIConstraints: *InputSlot PF30E *PageRegion Env9
  586. *UIConstraints: *PageSize Env10 *InputSlot PF30E
  587. *UIConstraints: *PageRegion Env10 *InputSlot PF30E
  588. *UIConstraints: *InputSlot PF30E *PageSize Env10
  589. *UIConstraints: *InputSlot PF30E *PageRegion Env10
  590. *UIConstraints: *PageSize EnvMonarch *InputSlot PF30E
  591. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF30E
  592. *UIConstraints: *InputSlot PF30E *PageSize EnvMonarch
  593. *UIConstraints: *InputSlot PF30E *PageRegion EnvMonarch
  594. *UIConstraints: *PageSize EnvDL *InputSlot PF30E
  595. *UIConstraints: *PageRegion EnvDL *InputSlot PF30E
  596. *UIConstraints: *InputSlot PF30E *PageSize EnvDL
  597. *UIConstraints: *InputSlot PF30E *PageRegion EnvDL
  598. *UIConstraints: *PageSize EnvC5 *InputSlot PF30E
  599. *UIConstraints: *PageRegion EnvC5 *InputSlot PF30E
  600. *UIConstraints: *InputSlot PF30E *PageSize EnvC5
  601. *UIConstraints: *InputSlot PF30E *PageRegion EnvC5
  602. *UIConstraints: *PageSize Executive *InputSlot PF30F
  603. *UIConstraints: *PageRegion Executive *InputSlot PF30F
  604. *UIConstraints: *InputSlot PF30F *PageSize Executive
  605. *UIConstraints: *InputSlot PF30F *PageRegion Executive
  606. *UIConstraints: *PageSize A6 *InputSlot PF30F
  607. *UIConstraints: *PageRegion A6 *InputSlot PF30F
  608. *UIConstraints: *InputSlot PF30F *PageSize A6
  609. *UIConstraints: *InputSlot PF30F *PageRegion A6
  610. *UIConstraints: *PageSize ISOB5 *InputSlot PF30F
  611. *UIConstraints: *PageRegion ISOB5 *InputSlot PF30F
  612. *UIConstraints: *InputSlot PF30F *PageSize ISOB5
  613. *UIConstraints: *InputSlot PF30F *PageRegion ISOB5
  614. *UIConstraints: *PageSize B6 *InputSlot PF30F
  615. *UIConstraints: *PageRegion B6 *InputSlot PF30F
  616. *UIConstraints: *InputSlot PF30F *PageSize B6
  617. *UIConstraints: *InputSlot PF30F *PageRegion B6
  618. *UIConstraints: *PageSize EnvPersonal *InputSlot PF30F
  619. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF30F
  620. *UIConstraints: *InputSlot PF30F *PageSize EnvPersonal
  621. *UIConstraints: *InputSlot PF30F *PageRegion EnvPersonal
  622. *UIConstraints: *PageSize Env9 *InputSlot PF30F
  623. *UIConstraints: *PageRegion Env9 *InputSlot PF30F
  624. *UIConstraints: *InputSlot PF30F *PageSize Env9
  625. *UIConstraints: *InputSlot PF30F *PageRegion Env9
  626. *UIConstraints: *PageSize Env10 *InputSlot PF30F
  627. *UIConstraints: *PageRegion Env10 *InputSlot PF30F
  628. *UIConstraints: *InputSlot PF30F *PageSize Env10
  629. *UIConstraints: *InputSlot PF30F *PageRegion Env10
  630. *UIConstraints: *PageSize EnvMonarch *InputSlot PF30F
  631. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF30F
  632. *UIConstraints: *InputSlot PF30F *PageSize EnvMonarch
  633. *UIConstraints: *InputSlot PF30F *PageRegion EnvMonarch
  634. *UIConstraints: *PageSize EnvDL *InputSlot PF30F
  635. *UIConstraints: *PageRegion EnvDL *InputSlot PF30F
  636. *UIConstraints: *InputSlot PF30F *PageSize EnvDL
  637. *UIConstraints: *InputSlot PF30F *PageRegion EnvDL
  638. *UIConstraints: *PageSize EnvC5 *InputSlot PF30F
  639. *UIConstraints: *PageRegion EnvC5 *InputSlot PF30F
  640. *UIConstraints: *InputSlot PF30F *PageSize EnvC5
  641. *UIConstraints: *InputSlot PF30F *PageRegion EnvC5
  642.  
  643. *% Resolution 
  644. *OpenUI *Resolution/Resolution: PickOne
  645. *OrderDependency: 10 AnySetup *Resolution
  646. *DefaultResolution: 600dpi
  647. *Resolution 300dpi/300 Dots per Inch (dpi): "<< /HWResolution [300 300] >> setpagedevice"
  648. *Resolution 600dpi/600 Dots per Inch (dpi): "<< /HWResolution [600 600] >> setpagedevice"
  649. *?Resolution: "
  650.   save
  651.     currentpagedevice /HWResolution get
  652.     0 get (      ) cvs print (dpi) = flush
  653.   restore
  654.   "
  655. *End
  656. *CloseUI: *Resolution
  657.  
  658. *% Image Refinement 
  659. *OpenUI *Smoothing/Kyocera Image Refinement: PickOne
  660. *OrderDependency: 50 AnySetup *Smoothing
  661. *DefaultSmoothing: Medium
  662. *Smoothing None/Off: "0 statusdict /setdoret get exec"
  663. *Smoothing Light/Light: "1 statusdict /setdoret get exec"
  664. *Smoothing Medium/Medium: "2 statusdict /setdoret get exec"
  665. *Smoothing Dark/Dark: "3 statusdict /setdoret get exec"
  666. *?Smoothing: "save
  667.   [(None)(Light)(Medium)(Dark)]
  668.   statusdict /doret get exec {get} stopped
  669.   {pop pop (Unknown) } if
  670.   = flush restore
  671.   "
  672. *End
  673. *CloseUI: *Smoothing
  674.  
  675. *% Halftone Information 
  676. *DefaultHalftoneType: 1
  677. *ScreenFreq: "60.0"
  678. *ScreenAngle: "45.0"
  679. *ResScreenFreq 600dpi: "60.0"
  680. *ResScreenAngle 600dpi: "45.0"
  681. *ResScreenFreq 300dpi: "53.0"
  682. *ResScreenAngle 300dpi: "45.0"
  683.  
  684. *DefaultScreenProc: Ellipse
  685. *ScreenProc Dot: "
  686.  {abs exch abs 2 copy add 1 gt
  687.  {1 sub dup mul exch 1 sub dup mul add 1 sub}
  688.  {dup mul exch dup mul add 1 exch sub} ifelse}"
  689. *End
  690. *ScreenProc Line: "
  691.  {pop}"
  692. *End
  693. *ScreenProc Ellipse: "
  694.  {dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  695. *End
  696.  
  697. *DefaultTransfer: Null
  698. *Transfer Null: "{}"
  699. *Transfer Null.Inverse: "{1 exch sub}"
  700.  
  701. *% Paper Handling 
  702. *% Page Size Definitions
  703. *OpenUI *PageSize: PickOne
  704. *OrderDependency: 40 AnySetup *PageSize
  705. *DefaultPageSize: A4
  706. *PageSize A3/A3: "
  707.   << /Policies << /PageSize 2 >> /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  708. *End
  709. *PageSize A4/A4: "
  710.   << /Policies << /PageSize 2 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  711. *End
  712. *PageSize A5/A5: "
  713.   << /Policies << /PageSize 2 >> /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  714. *End
  715. *PageSize A6/A6: "
  716.   << /Policies << /PageSize 2 >> /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  717. *End
  718. *PageSize B4/B4: "
  719.   << /Policies << /PageSize 2 >> /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  720. *End
  721. *PageSize B5/B5 (JIS): "
  722.   << /Policies << /PageSize 2 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  723. *End
  724. *PageSize ISOB5/B5 (ISO): "
  725.   << /Policies << /PageSize 2 >> /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  726. *End
  727. *PageSize B6/B6: "
  728.   << /Policies << /PageSize 2 >> /PageSize [363 516] /ImagingBBox null >> setpagedevice"
  729. *End
  730. *PageSize Letter/Letter: "
  731.   << /Policies << /PageSize 2 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  732. *End
  733. *PageSize Legal/Legal: "
  734.   << /Policies << /PageSize 2 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  735. *End
  736. *PageSize Executive/Executive: "
  737.   << /Policies << /PageSize 2 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
  738. *End
  739. *PageSize Tabloid/11x17 (Ledger): "
  740.   << /Policies << /PageSize 2 >> /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  741. *End
  742. *PageSize EnvPersonal/Envelope #6: "
  743.   << /Policies << /PageSize 2 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
  744. *End
  745. *PageSize Env9/Envelope #9: "
  746.   << /Policies << /PageSize 2 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
  747. *End
  748. *PageSize Env10/Envelope #10: "
  749.   << /Policies << /PageSize 2 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  750. *End
  751. *PageSize EnvMonarch/Envelope Monarch: "
  752.   << /Policies << /PageSize 2 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
  753. *End
  754. *PageSize EnvDL/Envelope DL: "
  755.   << /Policies << /PageSize 2 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  756. *End
  757. *PageSize EnvC5/Envelope C5: "
  758.   << /Policies << /PageSize 2 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  759. *End
  760. *?PageSize: "
  761.  save
  762.    currentpagedevice /PageSize get aload pop
  763.    2 copy gt {exch} if
  764.    (Unknown)
  765.  18 dict
  766.  dup [842 1191] (A3) put
  767.  dup [595 842] (A4) put
  768.  dup [420 595] (A5) put
  769.  dup [297 420] (A6) put
  770.  dup [729 1032] (B4) put
  771.  dup [516 729] (B5) put
  772.  dup [499 709] (ISOB5) put
  773.  dup [363 516] (B6) put
  774.  dup [612 792] (Letter) put
  775.  dup [612 1008] (Legal) put
  776.  dup [522 756] (Executive) put
  777.  dup [792 1224] (Ledger) put
  778.  dup [261 468] (EnvPersonal) put
  779.  dup [279 639] (Env9) put
  780.  dup [297 684] (Env10) put
  781.  dup [279 540] (EnvMonarch) put
  782.  dup [312 624] (EnvDL) put
  783.  dup [459 649] (EnvC5) put
  784.  { exch aload pop 4 index sub abs 5 le exch
  785.    5 index sub abs 5 le and
  786.       {exch pop exit} {pop} ifelse
  787.    } bind forall
  788.    = flush pop pop
  789.  restore
  790. "
  791. *End
  792. *CloseUI: *PageSize
  793.  
  794. *% Page Region Definitions for Frame Buffer
  795. *OpenUI *PageRegion: PickOne
  796. *OrderDependency: 40 AnySetup *PageRegion
  797. *DefaultPageRegion: A4
  798. *PageRegion A3/A3: "
  799.   << /Policies << /PageSize 7 >> /PageSize [842 1191] /ImagingBBox null >> setpagedevice"
  800. *End
  801. *PageRegion A4/A4: "
  802.   << /Policies << /PageSize 7 >> /PageSize [595 842] /ImagingBBox null >> setpagedevice"
  803. *End
  804. *PageRegion A5/A5: "
  805.   << /Policies << /PageSize 7 >> /PageSize [420 595] /ImagingBBox null >> setpagedevice"
  806. *End
  807. *PageRegion A6/A6: "
  808.   << /Policies << /PageSize 7 >> /PageSize [297 420] /ImagingBBox null >> setpagedevice"
  809. *End
  810. *PageRegion B4/B4: "
  811.   << /Policies << /PageSize 7 >> /PageSize [729 1032] /ImagingBBox null >> setpagedevice"
  812. *End
  813. *PageRegion B5/B5 (JIS): "
  814.   << /Policies << /PageSize 7 >> /PageSize [516 729] /ImagingBBox null >> setpagedevice"
  815. *End
  816. *PageRegion ISOB5/B5 (ISO): "
  817.   << /Policies << /PageSize 7 >> /PageSize [499 709] /ImagingBBox null >> setpagedevice"
  818. *End
  819. *PageRegion B6/B6: "
  820.   << /Policies << /PageSize 7 >> /PageSize [363 516] /ImagingBBox null >> setpagedevice"
  821. *End
  822. *PageRegion Letter/Letter: "
  823.   << /Policies << /PageSize 7 >> /PageSize [612 792] /ImagingBBox null >> setpagedevice"
  824. *End
  825. *PageRegion Legal/Legal: "
  826.   << /Policies << /PageSize 7 >> /PageSize [612 1008] /ImagingBBox null >> setpagedevice"
  827. *End
  828. *PageRegion Executive/Executive: "
  829.   << /Policies << /PageSize 7 >> /PageSize [522 756] /ImagingBBox null >> setpagedevice"
  830. *End
  831. *PageRegion Tabloid/11x17 (Ledger): "
  832.   << /Policies << /PageSize 7 >> /PageSize [792 1224] /ImagingBBox null >> setpagedevice"
  833. *End
  834. *PageRegion EnvPersonal/Envelope #6: "
  835.   << /Policies << /PageSize 7 >> /PageSize [261 468] /ImagingBBox null >> setpagedevice"
  836. *End
  837. *PageRegion Env9/Envelope #9: "
  838.   << /Policies << /PageSize 7 >> /PageSize [279 639] /ImagingBBox null >> setpagedevice"
  839. *End
  840. *PageRegion Env10/Envelope #10: "
  841.   << /Policies << /PageSize 7 >> /PageSize [297 684] /ImagingBBox null >> setpagedevice"
  842. *End
  843. *PageRegion EnvMonarch/Envelope Monarch: "
  844.   << /Policies << /PageSize 7 >> /PageSize [279 540] /ImagingBBox null >> setpagedevice"
  845. *End
  846. *PageRegion EnvDL/Envelope DL: "
  847.   << /Policies << /PageSize 7 >> /PageSize [312 624] /ImagingBBox null >> setpagedevice"
  848. *End
  849. *PageRegion EnvC5/Envelope C5: "
  850.   << /Policies << /PageSize 7 >> /PageSize [459 649] /ImagingBBox null >> setpagedevice"
  851. *End
  852. *CloseUI: *PageRegion
  853.  
  854. *% Imageable Area Definitions
  855. *DefaultImageableArea: A4
  856. *ImageableArea A3/A3: "12 10 830 1181"
  857. *ImageableArea A4/A4: "12 10 583 832"
  858. *ImageableArea A5/A5: "12 10 409 585"
  859. *ImageableArea A6/A6: "12 10 285 411"
  860. *ImageableArea B4/B4: "12 10 716 1022"
  861. *ImageableArea B5/B5 (JIS): "21 10 495 719"
  862. *ImageableArea ISOB5/B5 (ISO): "21 10 478 699"
  863. *ImageableArea B6/B6: "12 10 352 506"
  864. *ImageableArea Letter/Letter: "12 8 600 784"
  865. *ImageableArea Legal/Legal: "12 8 600 1000"
  866. *ImageableArea Executive/Executive: "12 8 510 748"
  867. *ImageableArea Tabloid/11x17 (Ledger): "12 8 780 1216"
  868. *ImageableArea EnvPersonal/Envelope #6: "12 8 249 460"
  869. *ImageableArea Env9/Envelope #9: "12 8 267 631"
  870. *ImageableArea Env10/Envelope #10: "12 8 285 676"
  871. *ImageableArea EnvMonarch/Envelope Monarch: "12 8 267 532"
  872. *ImageableArea EnvDL/Envelope DL: "12 10 300 614"
  873. *ImageableArea EnvC5/Envelope C5: "12 10 447 639"
  874. *?ImageableArea: " save
  875.   /cvp { cvi (                   ) cvs
  876.   print ( ) print } bind def
  877.   newpath clippath pathbbox
  878.   4 -2 roll exch 2 {ceiling cvp} repeat
  879.   exch 2 {floor cvp} repeat ( ) = flush
  880.  restore"
  881. *End
  882.  
  883. *% Physical Dimensions of Media
  884. *DefaultPaperDimension: A4
  885. *PaperDimension A3/A3: "842 1191"
  886. *PaperDimension A4/A4: "595 842"
  887. *PaperDimension A5/A5: "420 595"
  888. *PaperDimension A6/A6: "297 420"
  889. *PaperDimension B4/B4: "729 1032"
  890. *PaperDimension B5/B5 (JIS): "516 729"
  891. *PaperDimension ISOB5/B5 (ISO): "499 709"
  892. *PaperDimension B6/B6: "363 516"
  893. *PaperDimension Letter/Letter: "612 792"
  894. *PaperDimension Legal/Legal: "612 1008"
  895. *PaperDimension Executive/Executive: "522 756"
  896. *PaperDimension Tabloid/11x17 (Ledger): "792 1224"
  897. *PaperDimension EnvPersonal/Envelope #6: "261 468"
  898. *PaperDimension Env9/Envelope #9: "279 639"
  899. *PaperDimension Env10/Envelope #10: "297 684"
  900. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  901. *PaperDimension EnvDL/Envelope DL: "312 624"
  902. *PaperDimension EnvC5/Envelope C5: "459 649"
  903.  
  904. *%=== Custom Page Size Definitions
  905.  
  906. *%=== Input Slot Definitions
  907. *OpenUI *InputSlot: PickOne
  908. *OrderDependency: 30 AnySetup *InputSlot
  909. *DefaultInputSlot: PF30A
  910. *InputSlot PF30A/Cassette 1 (PF-30): "
  911.   << /ManualFeed false >> setpagedevice
  912.   statusdict begin 0 setpapertray end"
  913. *End
  914. *InputSlot PF30B/Cassette 2 (PF-30): "
  915.   << /ManualFeed false >> setpagedevice
  916.   statusdict begin 1 setpapertray end"
  917. *End
  918. *InputSlot PF30C/Cassette 3 (PF-30): "
  919.   << /ManualFeed false >> setpagedevice
  920.   statusdict begin 3 setpapertray end"
  921. *End
  922. *InputSlot PF30D/Cassette 4 (PF-30): "
  923.   << /ManualFeed false >> setpagedevice
  924.   statusdict begin 5 setpapertray end"
  925. *End
  926. *InputSlot PF30E/Cassette 5 (PF-30): "
  927.   << /ManualFeed false >> setpagedevice
  928.   statusdict begin 6 setpapertray end"
  929. *End
  930. *InputSlot PF30F/Cassette 6 (PF-30): "
  931.   << /ManualFeed false >> setpagedevice
  932.   statusdict begin 7 setpapertray end"
  933. *End
  934. *InputSlot EF1/Envelope Feeder (EF-1): "
  935.   << /ManualFeed false >> setpagedevice
  936.   statusdict begin 2 setpapertray end"
  937. *End
  938. *InputSlot UF1/Universal Feeder (UF-1): "
  939.   << /ManualFeed false >> setpagedevice
  940.   statusdict begin 2 setpapertray end"
  941. *End
  942. *InputSlot MF1/Multi-Purpose Feeder: "
  943.   << /ManualFeed false >> setpagedevice
  944.   statusdict begin 4 setpapertray end"
  945. *End
  946. *InputSlot MF/Manual Feed: "<< /ManualFeed true >> setpagedevice"
  947. *?InputSlot: "
  948.  "
  949. *End
  950. *CloseUI: *InputSlot
  951.  
  952. *RequiresPageRegion All: True
  953. *% Output Bin Definitions
  954. *OpenUI *OutputBin/Output Bin: PickOne
  955. *OrderDependency: 51 AnySetup *OutputBin
  956. *DefaultOutputBin: FDTop
  957. *OutputBin FDTop/Top Tray (Face-Down): "0 statusdict /setoutputtray get exec"
  958. *OutputBin FUSide/Side Tray (Face-Up): "1 statusdict /setoutputtray get exec"
  959. *OutputBin FUStacker/Stacker Mode (Face-Up): "1 statusdict /setoutputtray get exec"
  960. *OutputBin FDStacker/Stacker Mode (Face-Down): "2 statusdict /setoutputtray get exec"
  961. *OutputBin FDSorter/Sorter Mode (Face-Down): "[] statusdict /setcollatorstacker get exec"
  962. *OutputBin FDMB01/Mailbox 1 (Face-Down): "2 statusdict /setoutputtray get exec [1] statusdict /setmailboxstacker get exec"
  963. *OutputBin FDMB02/Mailbox 2 (Face-Down): "2 statusdict /setoutputtray get exec [2] statusdict /setmailboxstacker get exec"
  964. *OutputBin FDMB03/Mailbox 3 (Face-Down): "2 statusdict /setoutputtray get exec [3] statusdict /setmailboxstacker get exec"
  965. *OutputBin FDMB04/Mailbox 4 (Face-Down): "2 statusdict /setoutputtray get exec [4] statusdict /setmailboxstacker get exec"
  966. *OutputBin FDMB05/Mailbox 5 (Face-Down): "2 statusdict /setoutputtray get exec [5] statusdict /setmailboxstacker get exec"
  967. *OutputBin FDMB06/Mailbox 6 (Face-Down): "2 statusdict /setoutputtray get exec [6] statusdict /setmailboxstacker get exec"
  968. *OutputBin FDMB07/Mailbox 7 (Face-Down): "2 statusdict /setoutputtray get exec [7] statusdict /setmailboxstacker get exec"
  969. *OutputBin FDMB08/Mailbox 8 (Face-Down): "2 statusdict /setoutputtray get exec [8] statusdict /setmailboxstacker get exec"
  970. *OutputBin FDMB09/Mailbox 9 (Face-Down): "2 statusdict /setoutputtray get exec [9] statusdict /setmailboxstacker get exec"
  971. *?OutputBin: "
  972.  "
  973. *End
  974. *CloseUI: *OutputBin
  975.  
  976. *% Page Stack Order
  977. *PageStackOrder FDTop: Reverse
  978. *PageStackOrder FUSide: Normal
  979. *PageStackOrder FDStacker: Reverse
  980. *PageStackOrder FDSorter: Reverse
  981. *PageStackOrder FDMB01: Reverse
  982. *PageStackOrder FDMB02: Reverse
  983. *PageStackOrder FDMB03: Reverse
  984. *PageStackOrder FDMB04: Reverse
  985. *PageStackOrder FDMB05: Reverse
  986. *PageStackOrder FDMB06: Reverse
  987. *PageStackOrder FDMB07: Reverse
  988. *PageStackOrder FDMB08: Reverse
  989. *PageStackOrder FDMB09: Reverse
  990.  
  991. *% Staple Mode Definitions
  992. *OpenUI *KCStaple/Staple: PickOne
  993. *OrderDependency: 20 AnySetup *KCStaple
  994. *DefaultKCStaple: None
  995. *KCStaple None/Off: "<< /Staple 0 >> setpagedevice"
  996. *KCStaple UpperLeft/Upper Left: "userdict /UIStapleDetails known not
  997.         { userdict /UIStapleDetails 10 dict put } if
  998.           userdict /UIStapleDetails get /StaplePosition
  999.           currentpagedevice /PageSize get aload pop gt {1}{2} ifelse put
  1000.           << /Staple 3 /StapleDetails UIStapleDetails >> setpagedevice"
  1001. *End
  1002. *KCStaple Booklet/Booklet: "
  1003.             userdict /UIStapleDetails known not
  1004.           { userdict /UIStapleDetails 10 dict put } if
  1005.           userdict /UIStapleDetails get /StaplePosition 3 put
  1006.           << /Staple 3 /StapleDetails UIStapleDetails >> setpagedevice"
  1007. *End
  1008. *?KCStaple:"
  1009.   currentpagedevice /Staple known 
  1010.   dup { currentpagedevice /Staple get 0 ne and } if
  1011.   { currentpagedevice /StapleDetails get /StaplePosition get
  1012.   1 {    dup 1 eq { pop (UpperLeft) exit } if
  1013.          dup 2 eq { pop (UpperLeft) exit } if
  1014.          dup 3 eq { pop (Booklet) exit } if
  1015.   } repeat
  1016.   } { (None) } ifelse = flush"
  1017. *End
  1018. *CloseUI: *KCStaple
  1019.  
  1020. *% Staple Method Definitions
  1021. *OpenUI *KCStapleCount/Staple Method: PickOne
  1022. *OrderDependency: 20 AnySetup *KCStapleCount
  1023. *DefaultKCStapleCount: Auto
  1024. *KCStapleCount Auto/Staple Job up to 20 Sheets: "
  1025.   userdict /UIStapleDetails known not
  1026.   { userdict /UIStapleDetails 10 dict put } if
  1027.   userdict /UIStapleDetails get /Count 0 put
  1028.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1029. *End
  1030. *KCStapleCount Each20/Staple Every 20 Sheets: "
  1031.   userdict /UIStapleDetails known not
  1032.   { userdict /UIStapleDetails 10 dict put } if
  1033.   userdict /UIStapleDetails get /Count 20 put
  1034.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1035. *End
  1036. *KCStapleCount Each19/Staple Every 19 Sheets: "
  1037.   userdict /UIStapleDetails known not
  1038.   { userdict /UIStapleDetails 10 dict put } if
  1039.   userdict /UIStapleDetails get /Count 19 put
  1040.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1041. *End
  1042. *KCStapleCount Each18/Staple Every 18 Sheets: "
  1043.   userdict /UIStapleDetails known not
  1044.   { userdict /UIStapleDetails 10 dict put } if
  1045.   userdict /UIStapleDetails get /Count 18 put
  1046.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1047. *End
  1048. *KCStapleCount Each17/Staple Every 17 Sheets: "
  1049.   userdict /UIStapleDetails known not
  1050.   { userdict /UIStapleDetails 10 dict put } if
  1051.   userdict /UIStapleDetails get /Count 17 put
  1052.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1053. *End
  1054. *KCStapleCount Each16/Staple Every 16 Sheets: "
  1055.   userdict /UIStapleDetails known not
  1056.   { userdict /UIStapleDetails 10 dict put } if
  1057.   userdict /UIStapleDetails get /Count 16 put
  1058.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1059. *End
  1060. *KCStapleCount Each15/Staple Every 15 Sheets: "
  1061.   userdict /UIStapleDetails known not
  1062.   { userdict /UIStapleDetails 10 dict put } if
  1063.   userdict /UIStapleDetails get /Count 15 put
  1064.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1065. *End
  1066. *KCStapleCount Each14/Staple Every 14 Sheets: "
  1067.   userdict /UIStapleDetails known not
  1068.   { userdict /UIStapleDetails 10 dict put } if
  1069.   userdict /UIStapleDetails get /Count 14 put
  1070.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1071. *End
  1072. *KCStapleCount Each13/Staple Every 13 Sheets: "
  1073.   userdict /UIStapleDetails known not
  1074.   { userdict /UIStapleDetails 10 dict put } if
  1075.   userdict /UIStapleDetails get /Count 13 put
  1076.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1077. *End
  1078. *KCStapleCount Each12/Staple Every 12 Sheets: "
  1079.   userdict /UIStapleDetails known not
  1080.   { userdict /UIStapleDetails 10 dict put } if
  1081.   userdict /UIStapleDetails get /Count 12 put
  1082.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1083. *End
  1084. *KCStapleCount Each11/Staple Every 11 Sheets: "
  1085.   userdict /UIStapleDetails known not
  1086.   { userdict /UIStapleDetails 10 dict put } if
  1087.   userdict /UIStapleDetails get /Count 11 put
  1088.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1089. *End
  1090. *KCStapleCount Each10/Staple Every 10 Sheets: "
  1091.   userdict /UIStapleDetails known not
  1092.   { userdict /UIStapleDetails 10 dict put } if
  1093.   userdict /UIStapleDetails get /Count 10 put
  1094.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1095. *End
  1096. *KCStapleCount Each9/Staple Every 9 Sheets: "
  1097.   userdict /UIStapleDetails known not
  1098.   { userdict /UIStapleDetails 10 dict put } if
  1099.   userdict /UIStapleDetails get /Count 9 put
  1100.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1101. *End
  1102. *KCStapleCount Each8/Staple Every 8 Sheets: "
  1103.   userdict /UIStapleDetails known not
  1104.   { userdict /UIStapleDetails 10 dict put } if
  1105.   userdict /UIStapleDetails get /Count 8 put
  1106.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1107. *End
  1108. *KCStapleCount Each7/Staple Every 7 Sheets: "
  1109.   userdict /UIStapleDetails known not
  1110.   { userdict /UIStapleDetails 10 dict put } if
  1111.   userdict /UIStapleDetails get /Count 7 put
  1112.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1113. *End
  1114. *KCStapleCount Each6/Staple Every 6 Sheets: "
  1115.   userdict /UIStapleDetails known not
  1116.   { userdict /UIStapleDetails 10 dict put } if
  1117.   userdict /UIStapleDetails get /Count 6 put
  1118.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1119. *End
  1120. *KCStapleCount Each5/Staple Every 5 Sheets: "
  1121.   userdict /UIStapleDetails known not
  1122.   { userdict /UIStapleDetails 10 dict put } if
  1123.   userdict /UIStapleDetails get /Count 5 put
  1124.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1125. *End
  1126. *KCStapleCount Each4/Staple Every 4 Sheets: "
  1127.   userdict /UIStapleDetails known not
  1128.   { userdict /UIStapleDetails 10 dict put } if
  1129.   userdict /UIStapleDetails get /Count 4 put
  1130.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1131. *End
  1132. *KCStapleCount Each3/Staple Every 3 Sheets: "
  1133.   userdict /UIStapleDetails known not
  1134.   { userdict /UIStapleDetails 10 dict put } if
  1135.   userdict /UIStapleDetails get /Count 3 put
  1136.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1137. *End
  1138. *KCStapleCount Each2/Staple Every 2 Sheets: "
  1139.   userdict /UIStapleDetails known not
  1140.   { userdict /UIStapleDetails 10 dict put } if
  1141.   userdict /UIStapleDetails get /Count 2 put
  1142.   << /StapleDetails UIStapleDetails >> setpagedevice"
  1143. *End
  1144. *?KCStapleCount:"
  1145.   (Auto) = flush
  1146.   "
  1147. *End
  1148. *CloseUI: *KCStapleCount
  1149.  
  1150. *% Job Offset Definitions
  1151. *OpenUI *KCJobOffset/Job Offset: Boolean
  1152. *OrderDependency: 50 AnySetup *KCJobOffset
  1153. *DefaultKCJobOffset: False
  1154. *KCJobOffset True/On: "<< /Jog 3 >> setpagedevice"
  1155. *KCJobOffset False/Off: "<< /Jog 0 >> setpagedevice"
  1156. *?KCJobOffset: "save
  1157.      currentpagedevice /Jog get dup 0 gt
  1158.      {(False)}{(True)} ifelse = flush
  1159.      restore"
  1160. *End
  1161. *CloseUI: *KCJobOffset
  1162.  
  1163. *% Duplex Definitions
  1164. *OpenUI *Duplex/Duplexing: PickOne
  1165. *OrderDependency: 50 AnySetup *Duplex
  1166. *DefaultDuplex: None
  1167. *Duplex None/None: "statusdict begin false setduplexmode false settumble end"
  1168. *Duplex DuplexTumble/Short Edge: "statusdict begin true setduplexmode true settumble end"
  1169. *Duplex DuplexNoTumble/Long Edge: "statusdict begin true setduplexmode false settumble end"
  1170. *?Duplex: " save
  1171.   statusdict begin
  1172.   duplexmode
  1173.   {tumble {(DuplexTumble)} {(DuplexNoTumble)} ifelse}
  1174.   {(None)} ifelse = flush end restore"
  1175. *End
  1176. *CloseUI: *Duplex
  1177.  
  1178. *% Job Spooling Definitions
  1179. *OpenUI *KCCollate/Job Spooling: PickOne
  1180. *OrderDependency: 20 AnySetup *KCCollate
  1181. *DefaultKCCollate: None
  1182. *KCCollate None/None: "<< /Collate false >> setpagedevice"
  1183. *KCCollate Temp/Temporary: "
  1184.   userdict /UICollateDetails known not
  1185.   { userdict /UICollateDetails 10 dict put } if
  1186.   userdict /UICollateDetails get  /Mode 1  put
  1187.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1188. *End
  1189. *KCCollate Perm/Permanent: "
  1190.   userdict /UICollateDetails known not
  1191.   { userdict /UICollateDetails 10 dict put } if
  1192.   userdict /UICollateDetails get  /Mode 2  put
  1193.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1194. *End
  1195. *?KCCollate:"
  1196.     save currentpagedevice /Collate get
  1197.     {(None)}
  1198.     {/CollateDetails get /Mode get
  1199.     1 {
  1200.         dup 1 eq { pop (Temp) exit } if
  1201.         dup 2 eq { pop (Perm) exit } if
  1202.         pop (Unknown)
  1203.     } repeat
  1204.     = flush
  1205.     restore"
  1206. *End
  1207. *CloseUI: *KCCollate
  1208.  
  1209. *% Barcode Mode Definitions
  1210. *OpenUI *KCBarcodeMode/Barcode: PickOne
  1211. *OrderDependency: 21 AnySetup *KCBarcodeMode
  1212. *DefaultKCBarcodeMode: None
  1213. *KCBarcodeMode None/None: "
  1214.   userdict /UICollateDetails known not
  1215.   { userdict /UICollateDetails 10 dict put } if
  1216.   userdict /UICollateDetails get /Barcode 2  put
  1217.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1218. *End
  1219. *KCBarcodeMode First/First Page: "
  1220.   userdict /UICollateDetails known not
  1221.   { userdict /UICollateDetails 10 dict put } if
  1222.   userdict /UICollateDetails get /Barcode 0  put
  1223.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1224. *End
  1225. *KCBarcodeMode All/All Pages: "
  1226.   userdict /UICollateDetails known not
  1227.   { userdict /UICollateDetails 10 dict put } if
  1228.   userdict /UICollateDetails get /Barcode 1  put
  1229.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1230. *End
  1231. *?KCBarcodeMode: "
  1232.     save currentpagedevice /CollateDetails get /Barcode get
  1233.     1 {
  1234.         dup 2 eq { pop (None) exit } if
  1235.         dup 0 eq { pop (First) exit } if
  1236.         dup 1 eq { pop (All) exit } if
  1237.         pop (Unknown)
  1238.     } repeat
  1239.     = flush
  1240.     restore"
  1241. *End
  1242. *CloseUI: *KCBarcodeMode
  1243.  
  1244. *% Barcode ID Definitions
  1245. *OpenUI *KCBarcodeID/Barcode ID: Boolean
  1246. *OrderDependency: 23 AnySetup *KCBarcodeID
  1247. *DefaultKCBarcodeID: False
  1248. *KCBarcodeID True/On: "
  1249.   userdict /UICollateDetails known not
  1250.   { userdict /UICollateDetails 10 dict put } if
  1251.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1252.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 or  put
  1253.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1254. *End
  1255. *KCBarcodeID False/Off: "
  1256.   userdict /UICollateDetails known not
  1257.   { userdict /UICollateDetails 10 dict put } if
  1258.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1259.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 not  put
  1260.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1261. *End
  1262. *?KCBarcodeID: " save
  1263.   currentpagedevice /CollateDetails get /BarcodePosition get 128 gt
  1264.   {(False)}{(True)} ifelse = flush
  1265.  restore"
  1266. *End
  1267. *CloseUI: *KCBarcodeID
  1268.  
  1269. *% Barcode Position Definitions
  1270. *OpenUI *KCBarcodePos/Barcode Position: PickOne
  1271. *OrderDependency: 22 AnySetup *KCBarcodePos
  1272. *DefaultKCBarcodePos: ULB
  1273. *KCBarcodePos ULB/Upper Left: "
  1274.   userdict /UICollateDetails known not
  1275.   { userdict /UICollateDetails 10 dict put } if
  1276.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1277.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 4 or  put
  1278.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1279. *End
  1280. *KCBarcodePos URB/Upper Right: "
  1281.   userdict /UICollateDetails known not
  1282.   { userdict /UICollateDetails 10 dict put } if
  1283.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1284.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 3 or  put
  1285.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1286. *End
  1287. *KCBarcodePos LLB/Lower Left: "
  1288.   userdict /UICollateDetails known not
  1289.   { userdict /UICollateDetails 10 dict put } if
  1290.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1291.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 7 or  put
  1292.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1293. *End
  1294. *KCBarcodePos LRB/Lower Right: "
  1295.   userdict /UICollateDetails known not
  1296.   { userdict /UICollateDetails 10 dict put } if
  1297.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1298.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and  put
  1299.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1300. *End
  1301. *KCBarcodePos ULVB/Upper Left Vertical: "
  1302.   userdict /UICollateDetails known not
  1303.   { userdict /UICollateDetails 10 dict put } if
  1304.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1305.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 5 or  put
  1306.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1307. *End
  1308. *KCBarcodePos URVB/Upper Right Vertical: "
  1309.   userdict /UICollateDetails known not
  1310.   { userdict /UICollateDetails 10 dict put } if
  1311.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1312.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 2 or  put
  1313.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1314. *End
  1315. *KCBarcodePos LLVB/Lower Left Vertical: "
  1316.   userdict /UICollateDetails known not
  1317.   { userdict /UICollateDetails 10 dict put } if
  1318.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1319.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 6 or  put
  1320.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1321. *End
  1322. *KCBarcodePos LRVB/Lower Right Vertical: "
  1323.   userdict /UICollateDetails known not
  1324.   { userdict /UICollateDetails 10 dict put } if
  1325.   userdict /UICollateDetails get /BarcodePosition 2 copy known { 2 copy get }
  1326.   { currentpagedevice /CollateDetails get /BarcodePosition get } ifelse 128 and 1 or  put
  1327.   << /Collate true /CollateDetails UICollateDetails >> setpagedevice"
  1328. *End
  1329. *?KCBarcodePos:"
  1330.     save currentpagedevice /CollateDetails get /BarcodePosition get
  1331.     1 {
  1332.         dup 4 eq { pop (ULB) exit } if
  1333.         dup 3 eq { pop (URB) exit } if
  1334.         dup 7 eq { pop (LLB) exit } if
  1335.         dup 0 eq { pop (LRB) exit } if
  1336.         dup 5 eq { pop (ULVB) exit } if
  1337.         dup 2 eq { pop (URVB) exit } if
  1338.         dup 6 eq { pop (LLVB) exit } if
  1339.         dup 1 eq { pop (LRVB) exit } if
  1340.         pop (Unknown)
  1341.     } repeat
  1342.     = flush
  1343.     restore"
  1344. *End
  1345. *CloseUI: *KCBarcodePos
  1346.  
  1347. *% Tray Switch Definitions
  1348. *OpenUI *TraySwitch/Auto Tray Switch: PickOne
  1349. *OrderDependency: 25 AnySetup *TraySwitch
  1350. *DefaultTraySwitch: None
  1351. *TraySwitch None/Printer Default: ""
  1352. *TraySwitch On/On: "<< /TraySwitch true >> setpagedevice"
  1353. *TraySwitch Off/Off: "<< /TraySwitch false >> setpagedevice"
  1354. *?TraySwitch: " save
  1355.   currentpagedevice /TraySwitch get
  1356.   {(On)}{(Off)} ifelse = flush
  1357.  restore"
  1358. *End
  1359. *CloseUI: *TraySwitch
  1360.  
  1361. *% PPD Version Info 
  1362. *OpenUI *KCVersion/PPD Version: PickOne
  1363. *OrderDependency: 25 AnySetup *KCVersion
  1364. *DefaultKCVersion: Default
  1365. *KCVersion Default/1.5.2: ""
  1366. *CloseUI: *KCVersion
  1367.  
  1368. *% Font Information
  1369. *DefaultFont: Courier
  1370. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  1371. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  1372. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  1373. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  1374. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  1375. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  1376. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  1377. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  1378. *Font Courier: Standard "(002.004S)" Standard ROM
  1379. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  1380. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  1381. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  1382. *Font Helvetica: Standard "(001.006S)" Standard ROM
  1383. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  1384. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  1385. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  1386. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  1387. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  1388. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  1389. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  1390. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  1391. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  1392. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  1393. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  1394. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  1395. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  1396. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  1397. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  1398. *Font Symbol: Special "(001.007S)" Special ROM
  1399. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  1400. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  1401. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  1402. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  1403. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  1404. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  1405. *?FontQuery: "
  1406.  save
  1407.    /str 100 string dup 0 (fonts/) putinterval def
  1408.    { count 1 gt
  1409.      { exch dup str 6 94 getinterval cvs
  1410.        (/) print print (:) print
  1411.        FontDirectory exch known
  1412.        { (Yes) } { (No) } ifelse =
  1413.      } { exit } ifelse
  1414.    } bind loop
  1415.    (*) = flush
  1416.  restore"
  1417. *End
  1418. *?FontList: "save
  1419.  save
  1420.    FontDirectory { pop == } bind forall flush (*) = flush
  1421.  restore"
  1422. *End
  1423.  
  1424. *% Printer Messages
  1425. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  1426. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  1427. *Message: "\FontName\ not found, using Courier"
  1428.  
  1429. *% Status (format: %%[ status: <one of these> ]%% )
  1430. *Status: "warming up"/warming up
  1431. *Status: "idle"/idle
  1432. *Status: "busy"/busy
  1433. *Status: "waiting"/waiting
  1434. *Status: "printing"/printing
  1435. *Status: "initializing"/initializing
  1436.  
  1437. *Status: "printing test page"/printing test page
  1438.  
  1439. *% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  1440. *PrinterError: "paper entry misfeed"
  1441. *PrinterError: "cover open"
  1442. *PrinterError: "no paper tray"
  1443. *PrinterError: "out of paper"
  1444. *PrinterError: "toner low (halt)"
  1445. *PrinterError: "warming up"
  1446. *PrinterError: "other reason"
  1447. *PrinterError: "video interface mode"
  1448. *PrinterError: "offline"
  1449. *PrinterError: "toner low (warning)"
  1450.  
  1451. *% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  1452. *Source: "serial 25"
  1453. *Source: "parallel"
  1454. *Source: "AppleTalk"
  1455. *Source: "option"
  1456.  
  1457. *%  End of PPD file for Kyocera FS-7000 (European English)
  1458.